home *** CD-ROM | disk | FTP | other *** search
- object PRNformatDlg: TPRNformatDlg
- Left = 280
- Top = 112
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Print Format'
- ClientHeight = 297
- ClientWidth = 380
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 241
- Height = 277
- Shape = bsFrame
- IsControl = True
- end
- object OKBtn: TBitBtn
- Left = 288
- Top = 24
- Width = 77
- Height = 27
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 288
- Top = 64
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 288
- Top = 104
- Width = 77
- Height = 27
- TabOrder = 2
- OnClick = HelpBtnClick
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object LineNumbering: TCheckBox
- Left = 32
- Top = 192
- Width = 133
- Height = 17
- Caption = 'Number the Lines'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- object PrintPitch: TRadioGroup
- Left = 28
- Top = 24
- Width = 185
- Height = 129
- Caption = 'Print Pitch'
- Items.Strings = (
- ' 40 Columns ( 5 CPI)'
- ' 80 Columns (10 CPI)'
- '132 Columns (16.67 CPI)'
- '160 Columns (20 CPI)')
- TabOrder = 4
- end
- object HasTitle: TCheckBox
- Left = 32
- Top = 256
- Width = 185
- Height = 17
- Caption = 'Formatted (Header/Footer)'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- OnClick = HasTitleClick
- end
- object LastPageFirst: TCheckBox
- Left = 32
- Top = 224
- Width = 177
- Height = 17
- Caption = 'Reverse Print Pages'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- end
- object GroupBox1: TGroupBox
- Left = 256
- Top = 156
- Width = 113
- Height = 129
- Caption = 'Page Range:'
- TabOrder = 7
- object Label2: TLabel
- Left = 12
- Top = 32
- Width = 31
- Height = 16
- Caption = 'First:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 12
- Top = 72
- Width = 30
- Height = 16
- Caption = 'Last:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LinesLabel: TLabel
- Left = 8
- Top = 108
- Width = 97
- Height = 15
- Caption = 'LinesLabel'
- Color = clWhite
- Font.Color = clNavy
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object SpinEditLast: TSpinEdit
- Left = 46
- Top = 71
- Width = 47
- Height = 22
- EditorEnabled = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 1
- OnChange = SpinEditLastChange
- end
- object SpinEditFirst: TSpinEdit
- Left = 46
- Top = 31
- Width = 47
- Height = 22
- EditorEnabled = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 1
- OnChange = SpinEditFirstChange
- end
- end
- object Panel2: TPanel
- Left = 28
- Top = 152
- Width = 185
- Height = 25
- TabOrder = 8
- object AutoWidth: TCheckBox
- Left = 4
- Top = 4
- Width = 161
- Height = 17
- Caption = 'Auto-Size Pitch'
- TabOrder = 0
- OnClick = AutoWidthClick
- end
- end
- end
-